projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee46bd
)
Remove an unused variable
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 Oct 2014 03:20:18 +0000
(23:20 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 Oct 2014 03:20:18 +0000
(23:20 -0400)
gtk/gtkfilesystem.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilesystem.c
b/gtk/gtkfilesystem.c
index 12e3c8eab37c9380f66df074136a3dd74c36ae21..772618f3d0ec23eb554adea73f8ac8ac2b626d12 100644
(file)
--- a/
gtk/gtkfilesystem.c
+++ b/
gtk/gtkfilesystem.c
@@
-87,7
+87,6
@@
struct AsyncFuncData
GtkFileSystem *file_system;
GFile *file;
GCancellable *cancellable;
- gchar *attributes;
gpointer callback;
gpointer data;
@@
-393,7
+392,6
@@
free_async_data (AsyncFuncData *async_data)
g_object_unref (async_data->file);
g_object_unref (async_data->cancellable);
- g_free (async_data->attributes);
g_free (async_data);
}